#
# HoI - Holland, Belgium & Luxembourg 
#
# LIMIT: 852000 - 901999  
#
#		written by Generalisimo
#
# C.O.R.E. v0.7 transition to CSV completed
#
# Hoi1 CORE(mod-Phoneix)1960
# Events 850039 & 850040 Tweaked by CounjerDragon & Dr Henke
#
#########################################################################
#  852000 - Belgium Neutrality (by Generalisimo)
#########################################################################
event = {
	id = 852000
	random = no
	country = BEL
	trigger = {
		event = 2000 # Reocupation of the Rhineland
		NOT = {
			OR = {
				war = { country = ENG country = GER } # allies at war
				atwar = GER
				war = { country = ENG country = SOV } # allies vs commitern
				atwar = yes	
				war = { country = BEL country = GER } # BEL alone fighting axis
				war = { country = BEL country = SOV } # BEL alone fighting commitern
				}
			}
		}
	name = CEVTNAME_852000
	desc = CEVTDESC_852000
	style = 0

	date = { day = 1 month = october year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_852000
		command = { type = dissent value = -3 } 
		command = { type = leave_alliance } 
		}
	action_b = {
		name = CEVTACTB_852000
		command = { type = dissent value = 5 } 
		}
}

#########################################################################
#  Babe 14/04/2003 : 
# 852001 - (HOL) Reaction to german re-occupation of the Rhineland (by Babe)
# Ilkhold 27.01.2004 : Fixed Commands to trigger/sleep the fortification events
#########################################################################
event = 
{ 
	id = 852001 # 102000
	random = no
	country = HOL
	
	# Triggered by GER 2000 : german re-occupation of the Rhineland
	
	name = CEVTNAME_852001
	desc = CEVTDESC_852001
	style = 0
	
	action_a = {
		name = CEVTACTA_852001
		command = { type = alignment which = fascist value = -10 }
		command = { type = sleepevent which = 852002 } # Fortification
	}
	action_b = {
		name = CEVTACTB_852001
		command = { type = alignment which = fascist value = -30 }
		command = { type = alignment which = democratic value = 10 }
	}
	action_c = {
		name = CEVTACTC_852001
		command = { type = manpowerpool value = 200 }
		command = { type = trigger which = 852005 } # BEL
	}
}

#########################################################################
#  Babe 14/04/2003 : 
# 852002 - (HOL) Securisation of german border (by Babe)
# Ilkhold 27.01.2004 : Fixed trigger
#########################################################################
event = { 
	id = 852002 # 102001
	random = no
	country = HOL
	
	# Indirectly triggered by GER 2000 : Germany have reoccupied the Rhineland
	trigger =
	{
		event = 852001
		supplies = 2000
	}
			
	name = CEVTNAME_852002
	desc = CEVTDESC_852002
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30
	deathdate = { day = 1 month = january year = 1940 } # It will be enough
	
	action_a = {
		name = CEVTACTA_852002
		command = { type = construct which = land_fort value = 561 } # in Arnhem
		command = { type = construct which = land_fort value = 590 } # in Groningen
		command = { type = supplies value = -2000 }
	}
	action_b = {
		name = CEVTACTB_852002
		command = { }
	}
}


#########################################################################
#  Babe 23/03/2003 : 
# 852003 - (HOL) Reaction to french decision to extend Maginot line (by Babe)
#########################################################################
event = 
{ 
	id = 852003 #  102002
	random = no
	country = HOL
	
	# Triggered by FRA 100000 : French decision to extend Maginot line
	
	name = CEVTNAME_852003
	desc = CEVTDESC_852003
	style = 0
	
	action_a = {
		name = CEVTACTA_852003
		command = { type = alignment which = fascist value = 50 }
		command = { type = alignment which = democratic value = -30 }
	}
	action_b = {
		name = CEVTACTB_852003
		command = { type = alignment which = democratic value = -20 }
		command = { type = alignment which = fascist value = -50 }
	}
}

#########################################################################
#  Babe 14/04/2003 : 
# 852004 - (BEL) Reaction to german re-occupation of the Rhineland (by Babe)
# Ilkhold 27.01.2004 : Fixed Commands to trigger/sleep the fortification events
#########################################################################
event = 
{ 
	id = 852004 # 101000
	random = no
	country = BEL
	
	# Triggered by GER 2000 : german re-occupation of the Rhineland
	
	name = CEVTNAME_852004
	desc = CEVTDESC_852004
	style = 0
	
	action_a = 	{
		name = CEVTACTA_852004
		command = { type = alignment which = fascist value = -10 }
		command = { type = sleepevent which = 852005 } # Fortification
	}
	action_b = {
		name = CEVTACTB_852004
		command = { type = alignment which = fascist value = -30 }
		command = { type = alignment which = democratic value = 10 }
	}
	action_c = {
		name = CEVTACTC_852001
		command = { type = manpowerpool value = 200 }
		command = { type = trigger which = 852002 } # HOL
	}
}

#########################################################################
#  Babe 14/04/2003 : 
# 852005 - (BEL) Securisation of german border (by Babe)
# Ilkhold 27.01.2004 : Fixed trigger
#########################################################################
event = { 
	id = 852005 # 101001
	random = no
	country = BEL
	
	# Indirectly triggered by GER 103000 : Germany refused to leave the Rhineland
	trigger =
	{
		event = 852004
		supplies = 2000
	}

			
	name = CEVTNAME_852005
	desc = CEVTDESC_852005
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30
	deathdate = { day = 1 month = january year = 1940 } # It will be enough
	
	action_a = 
	{
		name = CEVTACTA_852005
		command = { type = construct which = land_fort value = 552 } # in Bruxelles
		command = { type = construct which = land_fort value = 557 } # in Arlon
		command = { type = supplies value = -2000 }
	}
	action_b = 
	{
		name = CEVTACTB_852005
		command = { }
	}
}

#########################################################################
#  Babe 23/03/2003 : 
# 852006 - (BEL) Reaction to french decision to extend Maginot line (by Babe)
#########################################################################
event = 
{ 
	id = 852006 # 101002
	random = no
	country = BEL
	
	# Triggered by FRA 100000 : French decision to extend Maginot line
	
	name = CEVTNAME_852006
	desc = CEVTDESC_852006
	style = 0
	
	action_a = {
		name = CEVTACTA_852006
		command = { type = alignment which = fascist value = 75 }
		command = { type = alignment which = democratic value = -50 }
	}
	
	action_b = {
		name = CEVTACTB_852006
		command = { type = alignment which = democratic value = -30 }
	}
}


###################################################################
# 852007 - (BEL) Demand of ex-german colonies (by SykoNurse)
###################################################################

event = {
	id = 852007
	random = no
	country = BEL

	# triggered by GER 172077

	name = CEVTNAME_852007
	desc = CEVTDESC_852007
	style = 0

	action_a = {
		name = CEVTACTA_852007
		command = { } 
		}
}

###################################################################
# 852008 - (BEL) Return of Kigali (by SykoNurse)
###################################################################

event = { 
	id = 852008
	random = no
	country = BEL

	trigger = {
		ispuppet = VIC
		ispuppet = ENG
		ispuppet = BEL 
		NOT = {
			exists = FRA 
			}
		event = 852007 # GER demanded BEL land
		}

	name = CEVTNAME_852008
	desc = CEVTDESC_852008
	style = 0

	date = { day = 30 month = january year = 1939 } 
	offset = 10 # not automatically
	deathdate = { day = 30 month = december year = 1959 }
	
	action_a = {
		name = CEVTACTA_852008
		command = { type = secedeprovince which = GER value = 36 }	#Kigali
		command = { type = secedeprovince which = GER value = 1135 }	#Banana
		command = { type = secedeprovince which = GER value = 1130 }	#Lopoldville
		command = { type = secedeprovince which = GER value = 1131 }	#Luluabourg
		command = { type = secedeprovince which = GER value = 1187 }	#lisabethville
		command = { type = secedeprovince which = GER value = 1186 }	#Bakwanga
		command = { type = secedeprovince which = GER value = 1185 }	#Albertville
		command = { type = secedeprovince which = GER value = 1129 }	#Coquilhatville
		command = { type = secedeprovince which = GER value = 1115 }	#Stanleyville
		command = { type = secedeprovince which = GER value = 1189 }	#Costermanville
		command = { type = secedeprovince which = GER value = 1192 }	#Buta
		}
}


############################################
# 852009 - (LUX) Luxembourg Radio
##################################################
event = { 
	id = 852009
	random = no
	country = LUX

	name = CEVTNAME_852009
	desc = CEVTDESC_852009
	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 3
	deathdate = { day = 29 month = december year = 1937 }

	action_a = {
		name = CEVTACTA_852009
		command = { type = dissent value = -2 }
	}
}

##################################################
# 852010 - (LUX) Volunteers
##################################################

event = { 
	id = 852010
	random = no
	country = LUX

	name = CEVTNAME_852010
	desc = CEVTDESC_852010
	style = 0

	date = { day = 29 month = september year = 1938 } 
	offset = 1
	deathdate = { day = 2 month = october year = 1938 }

	action_a = {
		name = CEVTACTA_852010
		command = { type = manpowerpool value = 1 }
	}
}

##################################################
# 852011 - (LUX) Shortened Work Day
##################################################

event = { 
	id = 852011
	random = no
	country = LUX

	name = CEVTNAME_852011
	desc = CEVTDESC_852011
	style = 0

	date = { day = 17 month = october year = 1937 } 
	offset = 1
	deathdate = { day = 20 month = october year = 1937 }

	action_a = {
		name = CEVTACTA_852011
		command = { type = dissent value = -1 }
	}
}

#######################################
# Surrender of the East Indies: Dutch #
#######################################

event = { 
	id = 852025
	random = no
	country = HOL
	
	# Triggered by JAP 492083
	
	name = CEVTNAME_852025
	desc = CEVTDESC_852025
	style = 0
	
	action_a = {
		name = CEVTACTA_852025
		command = { type = control which = JAP value = 1755 }
		command = { type = control which = JAP value = 1768 }	
		command = { type = control which = JAP value = 1767 }	
		command = { type = control which = JAP value = 1774 }	
		command = { type = control which = JAP value = 1773 }	
		command = { type = control which = JAP value = 1772 }	
		command = { type = control which = JAP value = 1771 }	
		command = { type = control which = JAP value = 1755 }	
		command = { type = control which = JAP value = 1756 }	
		command = { type = control which = JAP value = 1791 }	
		command = { type = control which = JAP value = 1792 }	
		command = { type = control which = JAP value = 1793 }
		command = { type = control which = JAP value = 1794 }	
		command = { type = control which = JAP value = 1785 }	
		command = { type = control which = JAP value = 1786 }	
		command = { type = control which = JAP value = 1971 }	
		command = { type = control which = JAP value = 1970 }	
		command = { type = control which = JAP value = 1969 }	
		command = { type = control which = JAP value = 1968 }	
		command = { type = control which = JAP value = 2010 }	
		command = { type = control which = JAP value = 2012 }	
		command = { type = control which = JAP value = 2011 }	
		command = { type = control which = JAP value = 2030 }	
		command = { type = control which = JAP value = 2008 }	
		command = { type = control which = JAP value = 2028 }	
		command = { type = control which = JAP value = 2029 }
		command = { type = control which = JAP value = 1952 }	
		command = { type = control which = JAP value = 1954 }
		command = { type = control which = JAP value = 1955 }
		command = { type = control which = JAP value = 1956 }
		command = { type = control which = JAP value = 1982 }
		command = { type = control which = JAP value = 1983 }
		command = { type = control which = JAP value = 1985 }
		command = { type = control which = JAP value = 1984 }
		command = { type = control which = JAP value = 1986 }
		command = { type = control which = JAP value = 1780 }
		command = { type = control which = JAP value = 1779 }
		command = { type = control which = JAP value = 1950 }
		command = { type = control which = JAP value = 1951 }
	}
	action_b = {
		name = CEVTACTB_852025
		command = { }
	}
}

# new events for the Low Countries for the political events pack #

##################################
# Belgium
##################################
#################################
# 852014 (BEL)British Letter of Reasurrance(by Ghost_dk)
#################################

event = { 
	id = 852014
	random = no
	country = BEL

	# triggered by ENG 272114

	name = CEVTNAME_852014
	desc = CEVTDESC_852014
	style = 0

	action_a = { 
		name = CEVTACTA_852014
		command = { type = dissent value = -1 }
		}
}
################################
# 852015 (BEL)no Letter of Reasurrance(by Ghost_dk)
################################

event = {
	id = 852015
	random = no
	country = BEL

	# triggerd by ENG 272114

	name = CEVTNAME_852015
	desc = CEVTDESC_852015
	style = 0

	action_a = {
		name = CEVTACTA_852015
		command = { type = warentry value = -10 }
		}
}
################################
# 852016 (BEL)Belgium proclaration of martial law(by Ghost_dk)
################################

event = {
	id = 852016
	random = no
	country = BEL

	trigger = { 
		Government = democratic
		}
	name = CEVTNAME_852016
	desc = CEVTDESC_852016
	style = 0

	date = { day = 22 month = october year = 1936 }
	
	action_a = {
		name = CEVTACTA_852016
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = -15 }
		command = { type = supplies value = -50 }
		}
}
#################################
# 850017 (BEL)Belgium manpower expansion(by Ghost_dk)
#################################

event = { 
	id= 852017
	random = no
	country = BEL
	
	trigger = { 
		atwar = no
		government = democratic
		}
	name = CEVTNAME_852017
	desc = CEVTDESC_852017
	style = 0

	date = { day = 1 month = december year = 1936 }

	action_a = {
		name = CEVTACTA_852017
		command = { type = manpowerpool value = 30 }
		command = { type = dissent value = 1 }
		}
}
############################
# 852018 (BEL)Trade Pact of Oslo(by Ghost_dk)
############################

event = { 
	id = 852018
	random = no
	country = BEL

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_852018
	desc = CEVTDESC_852018
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_852018
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_852018
		command = { }
		}
}
############################
# 852021 (BEL)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 852021
	random = no
	country = BEL

	name = CEVTNAME_852021
	desc = CEVTDESC_852021
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_852021
		command = { type = industry which = -1 value = -1 }
		}
}
############################
# Holland 
############################
############################
# 852019 (HOL)Trade Pact of Oslo(by Ghost_dk)
############################

event = { 
	id = 852019
	random = no
	country = HOL

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_852018
	desc = CEVTDESC_852018
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_852018
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_852018
		command = { }
		}
}
############################
# 852022 (HOL)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 852022
	random = no
	country = HOL

	name = CEVTNAME_852021
	desc = CEVTDESC_852021
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_852021
		command = { type = industry which = -1 value = -1 }
		}
}
##########################
# 852024 (HOL)Let USA Protect Dutch Guiana(by Ghost_dk)
##########################

event = {
	id = 852024
	random = no
	country = HOL

	trigger = { 
		control = { province = 550 data = GER }
		NOT = {
			war = { country = USA country = HOL }
			}
		}
	name = CEVTNAME_852024
	desc = CEVTDESC_852024
	style = 0

	date = { day = 23 month = november year = 1941 }
	offset = 30
	deathdate = { day = 29 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_852024
		command = { type = secedeprovince which = USA value = 311 }
		command = { type = trigger which = 322115 }
		}
}
##########################
# Luxemburg
##########################
##########################
# 852020 (LUX)Trade Pact of Oslo(by Ghost_dk)
##########################

event = { 
	id = 852020
	random = no
	country = LUX

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_852018
	desc = CEVTDESC_852018
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_852018
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_852018
		command = { }
		}
}
############################
# 852023 (LUX)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 852023
	random = no
	country = LUX

	name = CEVTNAME_852021
	desc = CEVTDESC_852021
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_852021
		command = { type = industry which = -1 value = -1 }
		}
}

###########################################################
# Amelia Earhart Arrives in Bandoeng Event
# by MateDow
# Concept by Engineer & Kevin McCarthy
###########################################################

event = {
	id = 852026
	random = no
	country = HOL

	trigger = {
		event = 322118
		}

	name = CEVTNAME_852026
	desc = CEVTDESC_852026
	style = 0

	date = { day = 21 month = june year = 1937 }

	action_a = {
		name = CEVTACTA_852026
		command = { }
		}
}

##################################################
# 852027 - War in Europe Belgium
##################################################

event = { 
	id = 852027
	random = no
	country = BEL

	trigger = {
		OR = {
			atwar = yes
			War = { country = GER country = POL }
			War = { country = GER country = CZE }
			War = { country = GER country = ENG }
			}
		}

	name = CEVTNAME_852027
	desc = CEVTDESC_852027
	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = OK
		command = { type = manpowerpool value = 50 }
		command = { type = province_manpower which = 552   value = 20 } #Bruxelles
		command = { type = province_manpower which = 548   value = 10 } #Antwerpen
		command = { type = province_manpower which = 557   value = 10 } #Arlon
		command = { type = province_manpower which = 557   value = 2 } #Leopoldville
		command = { type = province_manpower which = 557   value = 1 } #Banana
	}
}

##################################################
# 852028 - War in Europe Holland
##################################################

event = { 
	id = 852028
	random = no
	country = HOL

	trigger = {
		OR = {
			atwar = yes
			War = { country = GER country = POL }
			War = { country = GER country = CZE }
			War = { country = GER country = ENG }
			}
		}

	name = CEVTNAME_852028
	desc = CEVTDESC_852028
	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = OK
		command = { type = manpowerpool value = 50 }
		command = { type = province_manpower which = 550   value = 10 } #Amsterdam
		command = { type = province_manpower which = 590   value = 10 } #Groningen
		command = { type = province_manpower which = 551   value = 10 } #Eindhoven
		command = { type = province_manpower which = 561   value = 10 } #Arnheim
	}
}

##################################################
# 852029 - Holland Falls, Mobilize the Colonies
##################################################

event = { 
	id = 852029
	random = no
	country = HOL

	trigger = {
		atwar = yes
		control = { province = 550 data = GER }
		control = { province = 590 data = GER }
		control = { province = 551 data = GER }
		control = { province = 561 data = GER }
		}

	name = CEVTNAME_852029
	desc = CEVTDESC_852029
	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_852029
		command = { type = manpowerpool value = 50 }
		command = { type = dissent value = 10 }
		command = { type = province_manpower which = 1780   value = 5 } #Batavia
		command = { type = province_manpower which = 1950   value = 5 } #Surabaya
		command = { type = province_manpower which = 1968   value = 5 } #Makassar
		command = { type = province_manpower which = 2010   value = 5 } #The Molucks
	}
	action_b = {
		name = CEVTACTB_852029
		command = { type = manpowerpool value = 10 }
		command = { type = province_manpower which = 1780   value = 3 } #Batavia
		command = { type = province_manpower which = 1950   value = 3 } #Surabaya
	}
}

#########################################################################
#  852030 BEL King Leopold order the armed forces to lay down their arms (by nachinus)
#########################################################################
event = {
	id = 852030
	random = no
	country = BEL

	
	trigger = {
		War = { country = GER country = BEL }
		alliance = { country = ENG country = BEL }
		control = { province = 557 data = GER } #Belgian mainland
		control = { province = 552 data = GER }
		control = { province = 548 data = GER }
	}

	name = CEVTNAME_852030
	desc = CEVTDESC_852030
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10
	deathdate = { day = 30 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_852030
		command = { type = trigger which = 172375 } # German event to annex
		command = { type = trigger which = 272255 } # British event to give divs
		command = { type = secedeprovince which = ENG value = 1115 } #Belgian Congo to brits	
		command = { type = secedeprovince which = ENG value = 1192 }	
		command = { type = secedeprovince which = ENG value = 1189 }	
		command = { type = secedeprovince which = ENG value = 36 }	
		command = { type = secedeprovince which = ENG value = 1129 }	
		command = { type = secedeprovince which = ENG value = 1135 }	
		command = { type = secedeprovince which = ENG value = 1130 }	
		command = { type = secedeprovince which = ENG value = 1131 }	
		command = { type = secedeprovince which = ENG value = 1187 }	
		command = { type = secedeprovince which = ENG value = 1185 }	
		command = { type = secedeprovince which = ENG value = 1186 }	
	}
	action_b = {
		name = CEVTACTB_852030
		command = { type = trigger which = 172375 } # German event to annex
		command = { type = trigger which = 432114 } # French event to give divs
		command = { type = secedeprovince which = FRA value = 1115 } #Belgian Congo to FRA	
		command = { type = secedeprovince which = FRA value = 1192 }	
		command = { type = secedeprovince which = FRA value = 1189 }	
		command = { type = secedeprovince which = FRA value = 36 }	
		command = { type = secedeprovince which = FRA value = 1129 }	
		command = { type = secedeprovince which = FRA value = 1135 }	
		command = { type = secedeprovince which = FRA value = 1130 }	
		command = { type = secedeprovince which = FRA value = 1131 }	
		command = { type = secedeprovince which = FRA value = 1187 }	
		command = { type = secedeprovince which = FRA value = 1185 }	
		command = { type = secedeprovince which = FRA value = 1186 }	
	}
	action_c = {
		name = CEVTACTC_852030
		command = { type = dissent value = 5 }
				
	}
}

#########################################################################
#  Benelux Outrage - Luxembourg
#########################################################################
event = { 
	id = 15051
	random = no
	country = LUX

	 # French Forts 15050

	name = CEVTNAME_15051
	desc = CEVTDESC_15051
	style = 0
	
	action_a = {
		name = CEVTACTA_15051
		command = { type = alignment which = fascist value = 50 }
	}
	action_b = {
		name = CEVTACTB_15051
		command = { type = alignment which = fascist value = 100 }
		command = { type = trigger which = 15055 } # GER
		#a lot of units changes sides...
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
	}
	action_c = {
		name = CEVTACTC_15051
		command = { type = alignment which = fascist value = 150 }
		#command = { type = alliance which = GER }
		command = { type = leave_alliance } 
		command = { type = trigger which = 15060 } # GER
		#a lot of units changes sides...
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
	}
}

#########################################################################
#  Benelux Outrage - Holland
#########################################################################
event = { 
	id = 15052
	random = no
	country = HOL

	 # French Forts 15050

	name = CEVTNAME_15051
	desc = CEVTDESC_15051
	style = 0
	
	action_a = {
		name = CEVTACTA_15051
		command = { type = alignment which = fascist value = 50 }
	}
	action_b = {
		name = CEVTACTB_15051
		command = { type = alignment which = fascist value = 100 }
		command = { type = trigger which = 15056 } # GER
		#a lot of units changes sides...
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
	}
	action_c = {
		name = CEVTACTC_15051
		command = { type = alignment which = fascist value = 150 }
		#command = { type = alliance which = GER }
		command = { type = leave_alliance } 
		command = { type = trigger which = 15061 } # GER
		#a lot of units changes sides...
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
	}
}

#########################################################################
#  Benelux Outrage - Belgium
#########################################################################
event = { 
	id = 15053
	random = no
	country = BEL

	 # French Forts 15050

	name = CEVTNAME_15051
	desc = CEVTDESC_15051
	style = 0
	
	action_a = {
		name = CEVTACTA_15051
		command = { type = alignment which = fascist value = 50 }
	}
	action_b = {
		name = CEVTACTB_15051
		command = { type = alignment which = fascist value = 100 }
		command = { type = trigger which = 15057 } # GER
		#a lot of units changes sides...
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
	}
	action_c = {
		name = CEVTACTC_15051
		command = { type = alignment which = fascist value = 150 }
		#command = { type = alliance which = GER }
		command = { type = leave_alliance } 
		command = { type = trigger which = 15062 } # GER
		#a lot of units changes sides...
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
		command = { type = switch_allegiance which = FRA value = -1 }
	}
}

# NEW

#########################################################################
#  Factories purchase AA-Guns. (Crazyhorse)
#########################################################################

event = { 
	id = 850034
	country = HOL

	trigger = {
		random = 10
		control = { province = 550 data = HOL }
		war = { country = GER country = ENG }
	}

	name = CEVTNAME_850034
	desc = CEVTDESC_850034
	style = 0 #added

	date = { day = 1 month = january year = 1936 } # added
	offset = 7
	deathdate = { day = 29 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = flak which = 550 value = 1 }
	}
}


#########################################################################
#  Factories purchase AA-Guns. (Crazyhorse)
#########################################################################

event = { 
	id = 850035
	country = HOL

	trigger = {
		random = 10
		control = { province = 590 data = HOL }
		war = { country = GER country = ENG }
	}

	name = CEVTNAME_850034
	desc = CEVTDESC_850035
	style = 0 #added

	date = { day = 1 month = january year = 1936 } # added
	offset = 10
	deathdate = { day = 29 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = flak which = 590 value = 1 }
	}
}
	

#########################################################################
#  Factories purchase AA-Guns. (Crazyhorse)
#########################################################################

event = { 
	id = 850036
	country = HOL

	trigger = {
		random = 10
		control = { province = 550 data = HOL }
		war = { country = GER country = ENG }
	}

	name = CEVTNAME_850034
	desc = CEVTDESC_850036
	style = 0 #added

	date = { day = 1 month = january year = 1936 } # added
	offset = 13
	deathdate = { day = 29 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = flak which = 550 value = 2 }
	}
}
	
#########################################################################
#  Factories purchase AA-Guns. (Crazyhorse)
#########################################################################

event = { 
	id = 850037
	country = HOL

	trigger = {
		random = 10
		control = { province = 550 data = HOL }
		war = { country = GER country = ENG }
	}

	name = CEVTNAME_850034
	desc = CEVTDESC_850037
	style = 0 #added

	date = { day = 1 month = january year = 1936 } # added
	offset = 16
	deathdate = { day = 29 month = december year = 1959 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = flak which = 550 value = 1 }
	}
}

#########################################################################
#  The sinking of the Simon Bolivar. (Crazyhorse)
#########################################################################

event = { 
	id = 850038
	country = HOL
	random = no

	trigger = {
		random = 25
		atwar = no  
		war = { country = GER country = ENG }
		NOT = {
			alliance = { country = HOL country = ENG }
			alliance = { country = HOL country = GER }
		}
}
 
 name = CEVTNAME_850038
 desc = CEVTDESC_850038
 style = 0 
 
 date = { day = 17 month = november year = 1939 } # added
 offset = 30 # once a month
 deathdate = { day = 30 month = december year = 1959 }
  
 action_a = {
	 name = CEVTACTA_850038
		 command = { type = warentry which = HOL value = 5 }
		 command = { type = trigger which = 272256 }
	}
}

#########################################################################
# Finland orders the Fokker D.XXI fighter. (Crazyhorse) Tweaked by ConjurerDragon
#########################################################################


event = {
	id = 850039
	random = no
	country = HOL

	trigger = {
		exists = FIN
		NOT = { 
			OR= {
				alliance = { country = FIN country = GER } 
				alliance = { country = FIN country = SOV }
				war = { country = FIN country = HOL } 
				war = { country = GER country = HOL }
				}
			}
		atwar = no
		technology = 10001 #Netherlands have Basic Interceptor Prototype changed from 10102 so that they have it before Barbarossa
                event = 1002141 #Finland has ordered new planes
		}


	name = CEVTNAME_850039
	desc = CEVTDESC_850039
	style = 0
	
	
	action_a = {
			name = CEVTACTA_850039
			command = { type = trigger which = 1002142 }
			}
	action_b = {
			name = CEVTACTB_850039
			command = { type = trigger which = 1002143 }
			}
	}

#########################################################################
# Delivery of the the Fokker D.XXI to Finland. (Crazyhorse) Tweaked by ConjurerDragon
#########################################################################


event = {
	id = 850040
	random = no
	country = HOL

	
	name = CEVTNAME_850040
	desc = CEVTDESC_850040
	style = 0
	
	

	action_a = {
			name = OK
			command = { type = supplies  value = 1000 }
                        command = { type = coalpool value = 1000 }
			command = { type = steelpool value = 1000 }
                        command = { type = influence value = 1 } 
}

	}

#########################################################################
#  Reynders submits his resignation as Chief of the Army. (Crazyhorse)
#########################################################################

event = { 
 id = 850043
 country = HOL
 random = no

 trigger = {
 	random = 25
 	atwar = no  
	minister = 8007
	minister = 8008
 	war = { country = GER country = ENG }
 	NOT = {
 	alliance = { country = HOL country = ENG }
 	alliance = { country = HOL country = GER }
 	}
 }
 
 name = CEVTNAME_850043
 desc = CEVTDESC_850043
 style = 0 
 
 date = { day = 5 month = february year = 1940 } 
 offset = 30 
 deathdate = { day = 30 month = december year = 1959 }
  
 		action_a = {
			name = CEVTACTA_850043
 			command = { type = chiefofarmy which = 8099 }

 }
		action_b = {
			name = CEVTACTB_850043
			command = { type = chiefofstaff which = 8104 }
			}
}

#########################################################################
#  Dutch navy starts convoy duties. (Crazyhorse)
#########################################################################

event = { 
	id = 850044
	random = no
	country = HOL

	trigger = {
	war = { country = SPA country = SPR }
	}

	name = CEVTNAME_850044
	desc = CEVTDESC_850044
	style = 0 #added

	date = { day = 1 month = november year = 1936 } # added
	offset = 14
	deathdate = { day = 29 month = december year = 1939 }

	action_a = {
	name = CEVTACTA_850044
	command = { type = gain_tech which = 13109 }
	}

}
############################
# 850045 The Netherlands devalues Dutch Guilder. (by Crazyhorse)
############################

event = {
	id = 850045
	random = no
	country = HOL

	trigger = {
		headofgovernment = 8002
		atwar = no
		}
	name = CEVTNAME_850045
	desc = CEVTDESC_850045
	style = 0

	date = { day = 27 month = september year = 1936 }

	action_a = {
		name = CEVTACTB_850045
		command = { type = industry which = 283 value = 1 }
		command = { type = industry which = 311 value = 1 }
		command = { type = industry which = 1780 value = 1 }
		command = { type = dissent value = 1 }
		}
	action_b = {
		name = CEVTACTA_850045
		command = { type = industry which = 283 value = 1 }
		}
}

